C1.DataCollection.EntityFrameworkCore Assembly / C1.DataCollection.EntityFrameworkCore Namespace / C1EntityFrameworkCoreVirtualDataCollection<T> Class / RemoveAsyncOverride Method
The index.
The cancellation token.

In This Topic
RemoveAsyncOverride Method (C1EntityFrameworkCoreVirtualDataCollection<T>)
In This Topic
Removes the item at the specified index from the collection.
Syntax
'Declaration
 
Protected Overrides Function RemoveAsyncOverride( _
   ByVal index As Integer, _
   ByVal cancellationToken As CancellationToken _
) As Task
 

Parameters

index
The index.
cancellationToken
The cancellation token.
See Also